home *** CD-ROM | disk | FTP | other *** search
/ 220 Jogos / 220 jogos.iso / tetris / blocks3d / csparser.csplugin < prev    next >
Encoding:
Extensible Markup Language  |  2003-06-12  |  1.5 KB  |  43 lines

  1. <?xml version="1.0"?>
  2. <!-- csparser.csplugin -->
  3. <plugin>
  4.   <name>csparser</name>
  5.   <scf>
  6.     <classes>
  7.       <class>
  8.         <name>crystalspace.level.loader</name>
  9.         <implementation>csLoader</implementation>
  10.         <description>Level and library file loader</description>
  11.         <requires>
  12.           <class>crystalspace.kernel.</class>
  13.           <class>crystalspace.sound.loader.</class>
  14.           <class>crystalspace.image.loader</class>
  15.           <class>crystalspace.mesh.loader.</class>
  16.           <class>crystalspace.engine.3d</class>
  17.           <class>crystalspace.graphics3d.</class>
  18.           <class>crystalspace.sound.render.</class>
  19.           <class>crystalspace.motion.manager.</class>
  20.           <class>crystalspace.mesh.crossbuilder</class>
  21.           <class>crystalspace.modelconverter.</class>
  22.         </requires>
  23.       </class>
  24.       <class>
  25.         <name>crystalspace.texture.loader.checkerboard</name>
  26.         <implementation>csCheckerTextureLoader</implementation>
  27.         <description>Checkerboard texture loader</description>
  28.         <requires>
  29.           <class>crystalspace.level.loader</class>
  30.         </requires>
  31.       </class>
  32.       <class>
  33.         <name>crystalspace.texture.loader.image</name>
  34.         <implementation>csImageTextureLoader</implementation>
  35.         <description>Image texture loader</description>
  36.         <requires>
  37.           <class>crystalspace.level.loader</class>
  38.         </requires>
  39.       </class>
  40.     </classes>
  41.   </scf>
  42. </plugin>
  43.